home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flyinf.dir / 00009_Script_9 < prev    next >
Text File  |  1995-05-04  |  274b  |  8 lines

  1. on exitFrame
  2.   repeat with i = 1 to 30
  3.     puppetSprite i, true
  4.   end repeat
  5.   set the castNum of sprite 10 to cast (getat(flyList, 5))
  6.   put the number of cast(getat(flyList, 6)) into LtxtNo
  7.   set the castNum of sprite 11 to the number of cast(getat(flyList, 6))
  8. end